home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / docs / protocol / rfc / rfc_txt / rfc0000 / rfc0399.txt < prev    next >
Text File  |  1997-08-06  |  3KB  |  113 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. RFC #399                                        Mark Krilanovich
  8. NIC #11917                                      UCSB
  9. Updates:  122                                   Sept. 26, 1972
  10.  
  11.                   SMFS Login and Logout
  12.  
  13.         Two new commands have been added to UCSB's Simple Minded
  14. File System (SMFS).  They are described below.
  15.  
  16.  
  17.         Login (LGI)
  18.         The login command is the means whereby the user
  19. identifies himself and specifies the account number to which his
  20. use of SMFS is to be billed.  The user should issue a LGI command
  21. directly after completing the ICP and before any command
  22. referencing a file.  The user name and account number specified
  23. remain in effect until another LGI command is issued, a LGO
  24. command is issued, or the connection is closed.
  25.  
  26.         At present, the use of SMFS is not billed, and therefore
  27. use of the accounting commands is optional.  It is requested,
  28. however, that users and user processes begin to use this command
  29. as soon as possible, since we would like to collect statistics on
  30. SMFS utilization before implementing billing.  Therefore, at
  31. present the user name can be any name that identfies the user,
  32. and the account number is completely arbitrary.
  33.  
  34.         The format of the LGI command is given below.  Note that
  35. the lengths of the fixed-length fields are given in bits.  The op
  36. code for LGI is decimal 13.
  37.  
  38.             8
  39.         <op code><user name><account number>
  40.  
  41. The <user name> and <account number> fields are further divided
  42. as follows:
  43.  
  44.             8     8*length
  45.         <length><user name>
  46.  
  47. where <length> gives the length in 8-bit characters of the <user
  48. name> or <account number> subfield.  The maximum length of <user
  49. name> is eight characters and of <account number> is four
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                                                                 [Page 1]
  59.  
  60. NWG/RFC# 399                           MCK 26-SEP-72 15:15  11917
  61. SMFS Login and Logout
  62.  
  63.  
  64. characters.  The <user name> and <account number> fields must
  65. consist of characters chosen from the same character set as
  66. filenames.
  67.  
  68.  
  69.         Logout (LGO)
  70.         The logout command terminates the association between the
  71. user and the accounting information specified in the last LGI
  72. command issued, if any; it does not cause SMFS to close the
  73. connection.  The user should then issue another LGI command
  74. before attempting any operation referencing a file.  It is not
  75. necessary to issue a LGO command before issuing another LGI
  76. command, or before closing the connection.
  77.  
  78.         Again, at the present time the LGO command is optional,
  79. and does not affect the user's ability to reference files.
  80.  
  81.         The format of the LGO command is as follows:
  82.  
  83.             8
  84.         <op code>
  85.  
  86. The op code for LGO is decimal 14.
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.     [ This RFC was put into machine readable form for entry ]
  95.     [ into the online RFC archives by BBN Corp. under the   ]
  96.     [ direction of Alex McKenzie.                      1/97 ]
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.                                                                 [Page 2]
  112.  
  113.